home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / tbogg100.zip / BOGRESET.BAT < prev    next >
DOS Batch File  |  1997-03-15  |  430b  |  15 lines

  1. @echo off
  2. cls
  3. echo Removing Players Data File (BOGGLE.DAT)
  4. del boggle.dat
  5. echo Removing Score Data File (BOGGLE.SCR)
  6. del boggle.scr
  7. echo Removing Scores from Last Month Data File (BOGGLE.MB4)
  8. del boggle.mb4
  9. echo Removing Alltime High Score Data File (BALLTIME.DAT)
  10. del balltime.dat
  11. echo Removing Word High Scores Data File (WORDHIGH.DAT)
  12. del wordhigh.dat
  13. echo Removing Letter Data File (LETTERS.DAT)
  14. del letters.dat
  15.